home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / PublicDomain / Anwendungen / TrinityPlayer085 / Docs / tp_docs / data / oldhistory.txt < prev    next >
Text File  |  1999-08-23  |  7KB  |  200 lines

  1.  
  2.   + New addition
  3.   - Removed
  4.   * Bug-fixed
  5.   ! Reworked/over-hauled
  6.  
  7.  
  8.   V0.70  -  7th April, 1998.
  9.  !Clicking on PAL/NTSC in the preferences will now actually set the UPDATE
  10.   RATE for you instead of informing you of the value (I didn't know how to
  11.   set it myself before).
  12.  
  13.  *When  selecting  a track using the QSP QSP, it won't keep trying to play the
  14.   first  second  of  the 1st track repeatedly and toggling track #1 on the
  15.   QSP.
  16.  
  17.  
  18.   V0.71  -  6th May, 1998.
  19.  +Started  and  completed  the  TP_Installer Install_Auto  program which
  20.   automatically installs TP, plus the demo CD ID files (if requested).
  21.  
  22.  !Wrote more of this .guide file.
  23.  
  24.  
  25.   V0.71  -  17th May, 1998.
  26.  +Added TP's GUI GFX to the archive.
  27.  
  28.  !Wrote  more  of  this  .guide file.  Also  made it look better by adding
  29.   3D lines, etc.
  30.  
  31.  
  32.   V0.72  -  07th June, 1998.
  33.  +Added Tooltypes ToolTypes.
  34.  
  35.  
  36.   V0.73  -  10th June, 1998.
  37.  *Sorted out  the problem of the Preferences Window PrefsWindow locking the system up
  38.   when  opened.   Turns  out  that  this would happen if the Personal font
  39.   wasn't  installed.   TP  now  opens  the Topaz font is the Personal font
  40.   couldn't be found. Added the Personal font to the TP archive.
  41.   Major thanks to Liz Tucker.
  42.  
  43.  *When TP couldn't open the Song Editor SongEdWindow window, TP went into an infinite
  44.   loop trying to open it, due to a STUPID typo by me.
  45.  
  46.  !As  far  as  I'm  aware,  right clicking a highlighted track in the Song
  47.   Editor window works perfectly now.
  48.  
  49.  !Changed  the TerraForm badge to Carnage in the main window..  should
  50.   have done this ages ago...
  51.  
  52.  +Updated the Installer to automatically install the Personal fonts if not
  53.   found.
  54.  
  55.  +Added 3 more DiscID's ("Off Yer Nut!!").
  56.  
  57.  *When selecting  PAL/NTSC  in the Preferences window PrefsWindow, TP would instantly
  58.   forgot  it  and  revert  back  to  the  value  just  before PAL/NTSC was
  59.   selected.
  60.   Thanks to Robert Johnston.
  61.  
  62.  *The TITLE and GROUP fields in the CD ID files were being loaded/saved in
  63.   the wrong order.
  64.   Thanks to Robert Johnston.
  65.  
  66.  +The  "xx: "  (first 4 characters) is stripped from the SONG_NAME
  67.   (ARexx) command.
  68.   Requested by Robert Johnston.
  69.  
  70.  +Added OPEN_OWN_SCREEN PREFS_OPEN_OWN_SCREEN, WINDOW_BORDER PREFS_WINDOW_BORDER and AUTO_ACTIVATE PREFS_AUTO_ACTIVATE tooltypes.
  71.  
  72.  
  73.   V0.73  -  11th June, 1998.
  74.  *When  there  is no CD in the drive, then user is not allowed to go in to
  75.   the Song  Editor SongEdWindow  -  this  stops  a very potential crash happening when
  76.   there's no tracks available.
  77.  
  78.  
  79.   V0.73  -  13th June, 1998.
  80.  *Numerous small bug fixes which hopefully makes TP more stable.
  81.  
  82.  
  83.   V0.73  -  14th June, 1998.
  84.  *TP crashed when clicking on either Rewind, Fast Forward or Eject (forgot
  85.   to check to see if there was a CD inserted/playing first).
  86.  
  87.   V0.74  -  14th June, 1998.
  88.  *TP's  commodity  hotkey  is  now  set  to  whatever  is specified in the
  89.   Tooltypes Tooltypes (sorry, I forgot!).
  90.  
  91.  
  92.   V0.74  -  15th June, 1998.
  93.  +Added the XEN font to the archive (required by TP).
  94.  
  95.  
  96.   V0.74  -  17th June, 1998.
  97.  !Started work on the new Preferences menu/windows.
  98.  
  99.  +Added EXTERNAL_GFX PREFS_EXTERNAL_GFX tooltype.
  100.  
  101.  
  102.   V0.74  -  18th June, 1998.
  103.  *When playing track >21, other buttons appeared de-pressed instead of 21+.
  104.   Thanks to Robert Johnston.
  105.  
  106.  !Made the Preview window font sensitive (sorry).
  107.  
  108.  *A  Fatal Error message (beware:  always dread these!) came up when the
  109.   CD finished playing while in SmallGUI SmallWindow mode.
  110.  
  111.  !Stopped  all  flickering  that sometimes happens when updating the Track
  112.   times.  If not, I've certainly reduced it.  The reason was that I wasn't
  113.   drawing  (well,  BLITting)  the  times'  in sync with the video-beam.  I
  114.   didn't want to waste any time..  but it works perfectly now anyway.
  115.  
  116.  +While  in  the Song Editor SongEdWindow, it is possible to send the current CD's data
  117.   to a file or printer.
  118.  
  119.  +Pressing  HELP  on  the  keyboard will bring up this .guide file if it's
  120.   found.  Sorry, I forgot to add this feature.
  121.  
  122.  *For  some  reason the QSP QSP wasn't updated when the current track finished
  123.   and moved on to the next one.
  124.  
  125.  
  126.   V0.74  -  19th June, 1998.
  127.  +Spent all afternoon getting the External GUI GFX routine working.  Turns
  128.   out  that  I  basically had the routine working within 20 minutes, but a
  129.   variable type error (I used a .f float type instead of a .l long type by
  130.   accident) caused me to waste LOTS of time.  Sh*t.
  131.  
  132.  
  133.   V0.75  -  22th June, 1998.
  134.  *Even  if a CD wasn't in play/pause mode, TP would still bring up the CD
  135.   is   in   play/pause   mode  requester.   This  error  was  due  to  me
  136.   spring-cleaning this section of the code.
  137.   Reported by Robert Johnston.
  138.  
  139.  *Sorted  out  all the probs regarding SmallGUI mode (titles not updating,
  140.   etc).
  141.   Pointed out by Robert Johnston.
  142.  
  143.  *When  a CD is in the drive that doesn't have a corresponding CD ID file,
  144.   TP will now display Unknown CD instead of displaying nothing.
  145.   Suggested by Robert Johnston.
  146.  
  147.  !Finally  got CD recognition working!  No more having to go into SmallGUI
  148.   mode and then back into BigGUI mode for TP to read in the new CD!  Phew!
  149.  
  150.  *The  return  values  for  WINDOW_TYPE (ARexx)  was the wrong way round.
  151.   Corrected.   Also,  SCREEN_MODE was shown as SCREEN_DISPLAY in the ARexx
  152.   section.  Also corrected.
  153.  
  154.  
  155.   V0.80  -  14th October, 1998.
  156.  .Bloody hell! I haven't done anything for ages! I suppose
  157.   I'd better start catching up, eh? :}
  158.  
  159.  +Phew, I've almost completed the Program feature.
  160.   So  now  you  can  create your own playlists and play tracks in whatever
  161.   order  you  want.   It only plays the first track in the playlist though
  162.   for some reason....
  163.  
  164.  
  165.   V0.80  -  27th October, 1998.
  166.  *Added a check to see if the host system has got exec version 39 or above, as the
  167.   online help for the Prefs/Program Mode editor's needs v39 or above.
  168.  
  169.  !MAJOR  optimisations  in  the  keyboard  reading routine.  Instead of 42
  170.   seperate key checks, there's only 1. Hmm.
  171.  
  172.  
  173.   V0.80  -  21st November, 1998.
  174.  +Re-structured  the  About AboutWindow  menu and added an extensive Statistics menu
  175.   containing  usefile  and  non-useful  info  for  you  to have a look at.
  176.   Haven't added this info to the doc (this thing yer reading) yet though.
  177.   Still some more to add to the Statistics bit, by the way.
  178.  
  179.  +Ya  see  that  CDROM  suite  thing  in  the Future I've been
  180.   incorporating  it  into  the TP archive, and soon Trinity Player will be
  181.   released  as  The  Trinity  Suite  as there'll be more than just Trinity
  182.   Player - they'll be a CD audio ripper.... just have a look at the Futore
  183.   section.
  184.  
  185.  +Added another GUI mode (TinyGUI).  SmallGUI is still pretty big, so I've
  186.   added  this  new mode.  Mad people using TP in a non-interlaced mode can
  187.   now  at  least  use it without it taking up a stupid amount of space.  I
  188.   didn't  make TinyGUI any smaller as it would be far too small for people
  189.   that are using TP in interlaced (but they'd be using TP in BigGUI mode..
  190.   .. yadda yadda).
  191.  
  192.  +Added ShowTips Tooltypes. Shows you tips upon program startup.
  193.  
  194.  +Various things added/optimised.
  195.  
  196.  
  197.   V0.80  -  xxnd January, 1999.
  198.  
  199.  +Right mouse button brings up a menu instead of switching GUI modes.
  200.